home *** CD-ROM | disk | FTP | other *** search
-
- </tr>
- <tr>
- <td width="100%"><font face="verdana,arial" size="2">
- <b>Description:</b> Loads a forum into the object's
- memory. This function is required before any of the show_xxx()
- methods are called.<br>
- <br>
- <b><i>forumid (required, Integer):</i></b> ID of the forum
- that should be loaded<br>
- <b><i>homeurl (required, String):</i></b> Relative path to page that
- is the main display for the forum<br>
- <b><i>showtitlebar (optional, bool):</i></b> BOOLEAN value that
- indicated whether or not the titlebar should be displayed on the
- forum. Default value is true (on).<br>
- <b><i>color1 (optional, String):</i></b> The HTML representation of the color of
- the odd numbered (1,3,5...) rows when displaying a forum.
- Supplying this parameter will have the same effect as setting the
- color1 property after calling load_forum(). Default value is
- "#C0C0C0".<br>
- <b><i>color2 (optional, String):</i></b> The HTML representation of the color of
- the even numbered (2,4,6...) rows when displaying a forum.
- Supplying this parameter will have the same effect as setting the
- color2 property after calling load_forum(). Default value is
- "#C0C0C0".<br>
- <br>
- <b>Common usage (Jscript ):<br>
- </b></font><font face="Courier New" size="2">
- forumobj.load_forum(24, "index.asp",
- true, "#808080", "#FFFFFF");</font></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="100%"><hr></td>
- </tr>
- <tr>
- <td width="100%">
- <table border="0" cellspacing="0" width="100%">
- <tr>
-